what i oops concept, how many languages supports oops concept?
Answer Posted / parth rastogi
oops is object oriented programmimg language which provides the facility to run programs on any platefrom if it is compiled and provides a way of modularizing programs by creating partitioned memory area for both data and functions . The languages like C++,JAVA use oops concept.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the types of inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is a class 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
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the highest level of cohesion?
What is the difference between a constructor and a destructor?
What is abstraction encapsulation?
What is the real time example of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is a null tree?
What is the point of polymorphism?
What is this pointer in oop?
What is a function in oop?
What is meant by oops concept?