Answer Posted / rohit jindal
Object oriented programming language allow us to think the
real world in term of object.Object is a collection of data
and functionwhich operate on that data. It provides the
concepts of classes which is a template from which we can
churn out as many object as we want of similar behviour.It
provide the concepts of
polymorphism,inheritance,encapsulation etc.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism and its types?
Which language is not a true object oriented programming language?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What does sksksk mean in text slang?
What is the main purpose of inheritance law?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
what type of questions
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is the highest level of cohesion?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
how to get the oracle certification? send me the answer
what is the sylabus for priliminaries?
How long to learn object oriented programming?