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?
1066If 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?
1150If 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?
991
the first character in the variable name must be an a) special symbol b) number c) alphabet
Explain some examples of operator overloading?
Explain what is polymorphism in c++?
What are the differences between malloc() and calloc()?
What are the three parts of a simple empty class?
Name four predefined macros.
What do you mean by ‘void’ return type?
What is the difference between an ARRAY and a LIST in C++?
How do you define/declare constants in c++?
Is python written in c or c++?
Is swift faster than c++?
What is the difference between encapsulation and polymorphism?
What are associate containers?
What is auto type c++?
What is a try block?