Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

final specifier in C++

In this blog post tutorial, you will learn about C++ final specifier with the help of programming examples. This blog post explains the use of the final keyword in C++ (final is context-sensitive). So let’s start this blog post with a question “What is the final specifier in C++”?   What is the final specifier

final specifier in C++ Read More »

Encapsulation in C++ With Examples

In this blog post tutorial, you will learn about encapsulation in C++ with the help of programming examples. I will describe each small point related to encapsulation because encapsulation is one of the key features of object-oriented programming. This blog post on encapsulation will be helpful for both beginners and experienced. So let’s start this

Encapsulation in C++ With Examples Read More »

MCQ on Function Overloading and Default Arguments in C++

MCQ on Function Overloading and Default Arguments in C++ with answers and explanations for placement tests and job interviews. This C++ MCQ on Function Overloading is useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C++ Function Overloading and Default Arguments quiz (C++ Function Overloading

MCQ on Function Overloading and Default Arguments in C++ Read More »

MCQ on Destructor in C++: Multiple Choice Questions on C++ Destructor

MCQ on destructor in C++ with answers and explanations for placement tests and job interviews. This C++ MCQ on destructor is useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C++ destructor quiz (C++ destructor multiple Choice Questions ) focuses on all areas of the

MCQ on Destructor in C++: Multiple Choice Questions on C++ Destructor Read More »

Polymorphism in C++

In this article, you will learn about polymorphism in C++ with the help of programming examples. Here, I will describe each small point related to the polymorphism and I will try to make you zero to hero. This blog post will not only explain polymorphism in C++ but also help you understand its two main

Polymorphism in C++ Read More »

Compile Time Polymorphism with Templates in C++

When thinking of compile-time polymorphism, the first thing that comes to mind is functions overloading.  But here we will learn how to achieve compile-time polymorphism with templates. Polymorphism is one of the four-four basic concepts of OOP (Object Oriented Programming) that are Inheritance, Abstraction, Polymorphism, and Encapsulation. I believe you already know polymorphism and its

Compile Time Polymorphism with Templates in C++ Read More »

MCQ On References in C++: Multiple Choice Questions and Answers On C++ References

MCQ on references in C++ with answers and explanations for placement tests and job interviews. This C++ MCQ on references is useful for the campus placement for all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C++ references quiz (C++ references multiple Choice Questions ) focuses on all areas of C++

MCQ On References in C++: Multiple Choice Questions and Answers On C++ References Read More »