Answer Posted / cl
The difference is the invocation of constructor: malloc
does not do it.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Explain virtual inheritance?
When not to use object oriented programming?
What is the main purpose of inheritance law?
what is graphics
What is inheritance and how many types of inheritance?
What is abstract class in oop?
What is oops with example?
What is encapsulation process?
Write a c++ program to display pass and fail for three student using static member function
Give two or more real cenario of virtual function and vertual object
What is the difference between inheritance and polymorphism?
What is oops and its features?
What is object in oop with example?
What are oops methods?
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).