Answer Posted / pratap557
Class: an Abstract Model of a real world entity or Concept
or thinking. Like Car , Human being, PayRoll,etc.
Object: An instance( which is besically representing the
class)shows class's attributes through some public or
private method(internally)
Method: private or public functions associted with a Calss
to access the Class (Object)
Massage Passing: Interaction(exchanging data) between two
objects
Abstraction : This is a concept by which we only acess the
necessary attributes of that calsss without knowing more
about the other attrkibutes or methods opf that cals( some
waht like wrapping)
Encapsulation: Hiding data (attributes of a class from
other)by eclaring private , public etc
Inheriatance: Creating new class from patrent class. As
Mammal class is inherited from Animal Class again Human
being is achild class of Mammal
polymorphism: method overloading, virtual functions
| Is This Answer Correct ? | 91 Yes | 23 No |
Post New Answer View All Answers
What is overriding in oop?
What is the benefit of oop?
can we make game by using c
How to use CMutex, CSemaphore in VC++ MFC
What is overriding in oops?
What is polymorphism in oop example?
What is oops and its features?
Which method cannot be overridden?
Why it is called runtime polymorphism?
what are the realtime excercises in C++?
Can main method override?
what are the ways in which a constructors can be called?
program for insertion ,deletion,sorting in double link list
What is new keyword in oops?
What is difference between polymorphism and inheritance?