What is 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

Can we call a virtual function from a constructor?

1 Answers  


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

2 Answers   Wipro,


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


Name the operators that cannot be overloaded.

1 Answers   Wipro,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What is a class in C++?

1 Answers   Amazon, TCS, UGC Corporation,


What are string library functions(syntax).

0 Answers   Accenture,


What does malloc return in C and C++?

0 Answers   Alter,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Categories