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 are the two different types of polymorphism?
What do you mean by overloading?
officer say me - i am offered to a smoking , then what can you say
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Can a destructor be called directly?
What does I oop mean?
Write a program to reverse a string using recursive function?
Prepare me a program for the animation of train
What is object and class in oops?
How to call a non virtual function in the derived class by using base class pointer
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How many human genes are polymorphic?
Can we define a class within the interface?
What is the purpose of enum?
Templates mean