Hot questions in Object Oriented Programming

0 votes
1 answer
1
A constructor cannot be explicitly called by the client program. true or false?
0 votes
0 answers
2
A program that includes the file containing a class declaration is called a ________ program of the class.
0 votes
1 answer
6
Which one of the following features is supported by 𝐶 ++ but not by JAVA ?(a) Encapsulation(b) Multiple inheritance(c) Concurrency(d) Garbage collection
0 votes
1 answer
7
Which one of the following fundamental features of the OOPs is not supported by 𝐶++?(a) Persistence(b) Delegation(c) Genericity(d) Data abstraction
0 votes
1 answer
8
Polymorphism means :A template functionRuntime type identification within a class hierarchyAnother name for operator overloadingVirtual inheritance
5 votes
4 answers
11
Which of the following is associated with objects?StateBehaviorIdentityAll of the above
4 votes
3 answers
12
The feature in object-oriented programming that allows the same operation to be carried out differently, depending on the object, isInheritancePolymorphismOverfunctioning...
0 votes
3 answers
13
0 votes
1 answer
15
0 votes
1 answer
16
1 votes
6 answers
18