Answer Posted / vineet
Polymorphism is one of the important feature of OOP's. It
consist of 2 words i.e., 'Poly' which stands for many
and 'Morphism' stands for forms.
polymorphism has concept like function overloading...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
which feature are not hold visual basic of oop?
How is class defined?
Why is oop useful?
Where is pseudocode used?
Why do we use class?
What are the three parts of a simple empty class?
#include
What is class in oop with example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is difference between oop and pop?
What does I oop mean?
What is encapsulation and abstraction? How are they implemented in C++?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).