Give example of a pure virtual function in c++?
What are the three types of access specifiers in C++?
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.
What is virtual base class?
What is an orthogonal base class in c++?
How can you find the nodes with repetetive data in a linked list?
Define private, protected and public access control.
What do you know about friend class and friend function?
Is atoi safe?
What is a singleton c++?
What is a null object in c++?
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++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..