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 are string library functions(syntax).

0 Answers   Accenture,


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


Write a C++ Program to find Addition of Two Numbers.

1 Answers  


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  






C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


What does it mean to take the address of a reference?

0 Answers   Amazon,


Define type casting in C++.

0 Answers   Amdocs,


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,


Is there a difference between class and struct?

0 Answers  


Categories