Answer Posted / x
It is allocated compile-time unless we are using new and
delete functions
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is and I oop mean?
What is inheritance write a program to show use of inheritance?
What is polymorphism give a real life example?
How many human genes are polymorphic?
What is abstraction in oops with example?
2. Give the different notations for the class.\
Why do we use polymorphism?
to find out the minimum of two integer number of two different classes using friend function
What is polymorphism what are the different types of polymorphism?
what type of questions
Is enum a class?
What is the significance of classes in oop?
What are functions in oop?
What is object in oop?
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).