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
Why do we need oop?
What is abstraction in oop?
What is the full form of oops?
What is abstract class in oop?
How is class defined?
Why do we use oop?
What is abstraction in oop with example?
What does <> mean pseudocode?
Which is better struts or spring?
What does and I oop and sksksk mean?
What is the important feature of inheritance?
Which method cannot be overridden?
What is the difference between abstraction and polymorphism?
what type of questions
Get me an image implementation program.