STL (140)
OOPS (873)
C++ General (2409) How do you invoke a base member function from a derived class in which you’ve overridden that function?
1116If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
1211If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
1034
Out of fgets() and gets() which function is safe to use?
What is the use of 'this' pointer?
What is stl in oop?
Can you sort a set c++?
What are the 2 main types of data structures?
What is polymorphism and its type in c++?
What is lambda expression c++?
What is an operator in c++?
What is the difference between the functions memmove() and memcpy()?
What is the advantage of c++ over c?
What is abstract class in oop?
How the programmer of a class should decide whether to declare member function or a friend function?
Is it possible for a member function to use delete this?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
If a function doesn’t return a value, how do you declare the function?