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
Which language is pure oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is the importance of oop?
What is static modifier?
why reinterpret cast is considered dangerous?
How oops is better than procedural?
Why is oop useful?
What is polymorphism and example?
Is abstract thinking intelligence?
What is static in oop?
What is a class and object?
What is class and example?
Why do we use oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is destructor oops?