STL (140)
OOPS (873)
C++ General (2409) How does a C++ structure differ from a C++ class?
What is super in oop?
Explain data encapsulation?
Which operations are permitted on pointers?
What is abstract class in oops?
Does c++ have finally?
What is scope resolution operator in c++ with example?
Which one between if-else and switch is more efficient?
What is encapsulation with example?
what are the types of Member Functions?
Briefly explain various access specifiers in C++.
the maximum length of a character constant can be a) 2 b) 1 c) 8
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Does c++ support multilevel and multiple inheritances?
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?