Answer Posted / ravi kumar soni
Abstraction : Hiding of inner details and showing only what
are required.
Encapsulation : Binding of data and the methods used to
access them. Eg: Classes.
Inheritance : Extending the existing functionaltiy.
Polymorphysim : Change of behavior with context.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is basic concept of oop?
What is coupling in oop?
What is the full form of oops?
What makes a language oop?
Why do we use class?
What is solid in oops?
can inline function declare in private part of class?
What does and I oop mean in text?
What is inheritance in simple words?
What is the point of polymorphism?
What is meant by oops concept?
What type of loop is a for loop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is abstraction in oops?
Why is abstraction used?