Answer Posted / devi
In C the malloc is used to allocate the memory space
In C++ the new operator is used to allocate the memory space
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oops?
Where You Can Use Interface in your Project
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(); }
What is a superclass in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How to hide the base class functionality in Inheritance?
Which method cannot be overridden?
What is polymorphism what are the different types of polymorphism?
What is advantage of inheritance?
Can we create object of abstract class?
Why is static class not inherited?
Why is encapsulation used?
What is the real time example of encapsulation?
what is the drawback of classical methods in oops?
How can you overcome the diamond problem in inheritance?