Post New Answer View All Answers
How do you define social class?
Why is there no multiple inheritance?
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 are the features of oop?
What is destructor oops?
Whats is abstraction in oops?
What is overriding in oops?
What is abstraction in oop?
any one please tell me the purpose of operator overloading
Why we use classes in oop?
What is an advantage of polymorphism?
What is the highest level of cohesion?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why polymorphism is used in oops?
Are polymorphisms mutations?