What are the different forms of polymorphism??
Answer Posted / purba phalguni mishra
(1). Operator overloading.
(2). Function overloading.
(3). Virtual functions
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Why do we need oop?
How to call a non virtual function in the derived class by using base class pointer
Can a destructor be called directly?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is encapsulation process?
What do you mean by overloading?
What are oops methods?
Why do we use encapsulation in oops?
What is constructor overloading in oop?
What is the real life example of polymorphism?
what is the sylabus for priliminaries?
What is class encapsulation?
write a C++ program for booking using constructor and destructor.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)