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

What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,






What's the value of the expression 5["abxdef"]?

0 Answers  


How to generate random numbers in C++ with a range?

0 Answers  


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


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

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,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


Categories