What is polymorphism explain?
No Answer is Posted For this Question
Be the First to Post Answer
what is the technical or oop name of object?
Why is polymorphism needed?
Can we override main method?
What is basic concept of oop?
why to use template classes in c++?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is memory leak and memory corruption?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What makes a language oop?
Why and when is a virtual destructor needed?
What is the default size allocated for array in the statement if size not specified " int a[] "