Answer Posted / ayswarya
Its a Principle in which the programming module must depends
on the object of that class and not the functions.. inter
communication of classes will occur through objects of the
classes only and not directly..
It has 5 properties
1. Class and Object(methods and data members in class and
objects meant for using those methods and data members)
s. Encapsulation and Abstraction (Data Hiding and wrapping
concept)
3. Inheritance (Software re-usability- use of existing code
in our new project)
4. Polymorphism (different functions taking different
forms(values) at different situations)
5. Data Binding
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is abstraction in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What does no cap mean?
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?
What are the three main types of variables?
Why it is called runtime polymorphism?
Why is object oriented programming so hard?
What are functions in oop?
What is oops with example?
Can private class be inherited?
What is difference between multiple inheritance and multilevel inheritance?
What is the point of polymorphism?
Is html an oop?
What is debug class?what is trace class? What differences are between them? With examples.