Answer Posted / rekha
OOps is the object oriented programming concept here we
create a class and access the class using the object.
Class is the collection of data members and member function.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
#include
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can a varargs method be overloaded?
What is abstract class in oop?
What is oops?what is its use in software engineering?
What are the components of marker interface?
What is pointer in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction in oop?
What is the example of polymorphism?
What is inheritance and how many types of inheritance?
How oops is better than procedural?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is polymorphism give a real life example?
What is polymorphism used for?