STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1185
What is basic concept of oop?
What is the use of typedef?
Is there a difference between class and struct?
What are destructors?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the difference between a baller and a reference in C++?
What are benefits of oop?
What is the two main roles of operating system?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What does no cap mean?
How can you create a virtual copy constructor?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Is c++ pass by reference or value?
What is the fundamental idea of oop?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?