STL (140)
OOPS (873)
C++ General (2409)
What programming language should I learn first?
If a function doesn’t return a value, how do you declare the function?
What is pure 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?
Explain the pure virtual functions?
Can turbo c++ run c program?
Is abstract thinking intelligence?
Why is oop better than procedural?
What is & in c++ function?
How would you obtain segment and offset addresses from a far address of a memory location?
What is a class oop?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What do you mean by persistent and non persistent objects?
What are the five basic elements of a c++ program?
Can you please explain the difference between static and dynamic binding of functions?