Q.1.
Which of the following is not a type of inheritance?
Q.2.
Which of the following best describes inheritance?
Q.3.
JAVA symbol is
Q.4.
Class contains....................
Q.5.
If class B is subclassed from class A then which is the correct syntax
Q.6.
Which of the following operator is overloaded for object cout?
Q.7.
Order of execution of constructors in Java Inheritance is
Q.8.
Once we compile the C++ code and the .exe is generated,we can run the program from DOS prompt
Q.9.
Which of the following concepts means determining at runtime what method to invoke?
Q.10.
the <iostream .h> provides the basic INPUT and output fundamentales
Q.11.
Computers work on instructions given to them in a specific language which is known as __________
Q.12.
A program written in a high language is called a ____________
Q.13.
we need to write the c++ code using binary numbers
Q.14.
The assignment operator is used to assign a data type to a variable
Q.15.
_____ is an object oriented language
Q.16.
_________ in programming come into use when we need to repeatedly execute a block of statements.
Q.17.
_________ are fixed values used by a program
Q.18.
C++ is an _____________ , developed by ______________ , and is an extension of c language
Q.19.
Advantages of OOPs
Q.20.
Combining Data and Functions into a single unit is called