143.what is oops principles?

Answer Posted / arya

the main principles of of oops are :-
-inheritance
-polymorphism
-reusuability
-data abstraction
-encapsulation
-class
-function

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can bst contain duplicates?

787


what's the basic's in dot net

1815


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1737


What does and I oop mean?

709


What is and I oop mean?

721






What is encapsulation with real life example?

679


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2193


Can main method override?

666


How many human genes are polymorphic?

659


What is the significance of classes in oop?

677


What is object-oriented programming? Webopedia definition

835


What is the purpose of enum?

658


What is overloading in oop?

653


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1881


write knight tour problem which is present in datastructure

2245