STL (140)
OOPS (873)
C++ General (2409)
What do you by Function Overloading in C++?
Write a program to concatenate two strings.
What is polymorphism oop?
If 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?
If you don’t declare a return value, what type of return value is assumed?
What is object in c++ wikipedia?
Where is pseudocode used?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is the oldest programming language?
What is function declaration in c++ with example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are the various types of stl containers?
What are dynamic type checking?
What are the 4 main oop principles?
List the types of polymorphism in c++?