Define an Abstract class in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


How can a C function be called in a C++ program?

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Explain encapsulation in C++.

0 Answers   Verifone,






What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


When must you use a constructor initializer list?

0 Answers   Amazon,


If class D is derived from a base class B

0 Answers  


Difference between function overloading and function overriding.

0 Answers   Alter,


How to convert integer to string in C++

0 Answers  


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


Categories