Answer Posted / sherly
New operator is used to create objects.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is static modifier?
What is encapsulation example?
What are the types of abstraction?
What is the fundamental idea of oop?
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).
What are the important components of cohesion?
What is the full form of oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How do you explain polymorphism?
What is data binding in oops?
What is interface in oop?
What is abstraction in oops with example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?