Recent questions in Object Oriented Programming

0 votes
1 answer
21
Polymorphism means :A template functionRuntime type identification within a class hierarchyAnother name for operator overloadingVirtual inheritance
0 votes
3 answers
27
0 votes
1 answer
28
The diagramming language suitable for object-oriented paradigm isData Flow Diagramming LanguageEntity-Relationship LanguageObject-Oriented LanguageUnified Modeling Langua...
1 votes
6 answers
33
0 votes
0 answers
35
If vtable is array vtable [] = {funptr1,funptr2,funptr3}; than how did its size is 4 bytes (64 bit compiler)
1 votes
0 answers
38
Give a simple example on inheriting the operator function and using it in programme
0 votes
0 answers
39
why did in conversion of class to basic the type conversion operator does not have return type and argument as void
1 votes
0 answers
40
On overloading pre increment and post increment why compiler taking dummy value only for post increment and not in pre increment