Answer Posted / amit
oops concept is to implement the real world concept in
progarmig world like
Abstrction(hide the compexity)
Encapsulation(Wrap in single unit,to achive the abstraction)
Polymorfism(one to many form)
Inheritence(inhancment,reuseability)
etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism and types?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Can an interface inherit a class?
Why do while loop is used?
What are the two different types of polymorphism?
Which method cannot be overridden?
What is the renewal class?
What is an example of genetic polymorphism?
What is constructor in oop?
What is abstraction and encapsulation?
What are the data types in oop?
How many human genes are polymorphic?
What is balance factor?
write knight tour problem which is present in datastructure