STL (140)
OOPS (873)
C++ General (2409) In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1024How the programmer of a class should decide whether to declare member function or a friend function?
1075We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1043How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1046
Can a Structure contain a Pointer to itself?
What is polymorphism in c++? Explain with an example?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is virtual destructor ans explain its use?
Mention the ways in which parameterized can be invoked. Give an example of each.
Why is polymorphism used?
How can an improvement in the quality of software be done by try/catch/throw?
can we make game by using c
Is c++ low level?
Is c++ proprietary?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is a try block?
Is swift faster than go?
What is multilevel inheritance in oop?
#include