Give example of a pure virtual function in c++?


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

Post New Answer

More C++ General Interview Questions

What are the three types of access specifiers in C++?

1 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is virtual base class?

0 Answers  


What is an orthogonal base class in c++?

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,






Define private, protected and public access control.

0 Answers  


What do you know about friend class and friend function?

1 Answers  


Is atoi safe?

0 Answers  


What is a singleton c++?

0 Answers  


What is a null object in c++?

0 Answers  


What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

0 Answers  


Categories