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
Can bst contain duplicates?
what's the basic's in dot net
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?
What does and I oop mean?
What is and I oop mean?
What is encapsulation with real life example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can main method override?
How many human genes are polymorphic?
What is the significance of classes in oop?
What is object-oriented programming? Webopedia definition
What is the purpose of enum?
What is overloading in oop?
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.
write knight tour problem which is present in datastructure