Please tell me the oops concept with detailed answer
Answer Posted / saranya
the basic concepts of OOP's are
1.class- it is a collection of variables and methods
2.odjects- it is the run time entity(it is same as real
world objects)
3.data abstraction and encapsulation-essential features of
data not including the background details
4.polymorphism-same name with more than one form
5.inheritance-concept of acquiring the base class properties
there are 5 types of inheritance
1.single inheritance
2.multiple inheritance
3.multilevel inheritance
4.hierarchical inheritance
5.hybrid inheritance
6.dynamic binding- data bind at runtime
7.message passing-communicating information with one another
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
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?
Why we use classes in oop?
What are the features of oop?
What is methods in oop?
What are the 5 oop principles?
What is difference between polymorphism and inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
write string class as your own class in java without using any built-in function
How is class defined?
What is super in oop?
What is destructor 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
What is object in oops?
What is polymorphism what are the different types of polymorphism?
What is polymorphism what is it for and how is it used?