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?
1176If 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?
1266If 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?
1106
In C++ what do you mean by Inheritance?
Which bitwise operator is used to check whether a particular bit is on or off?
Which software is used for c++ programming?
What is the difference between a pointer and a link in c ++?
What are the different types of comments allowed in c++?
When should you use global variables?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is abstract class in c++?
What is the use of ::(scope resolution operator)?
What is null pointer and void pointer?
What is destructor example?
What is the c++ programming language used for?
What is a local variable?
What is functions syntax in c++?
What do you mean by a template?