143.what is oops principles?

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


Please Help Members By Posting Answers For Below Questions

What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1750


What is the difference between abstraction and polymorphism?

714


What is the diamond problem in inheritance?

674


Who invented oop?

736


Why is oop useful?

699






What is oops concept with example?

658


What is meant by oops concept?

686


Explain the concepts involved in Object Oriented programming.

739


c++ program to swap the objects of two different classes

1904


Is data hiding and abstraction same?

662


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3659


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1493


What are the 3 pillars of oop?

727


What is the importance of oop?

698


What are the benefits of interface?

678