1. Define a class.

Answers were Sorted based on User's Feedback



1. Define a class...

Answer / mayank kumar

class is a user defined data type and it is the collection
of element. it contains two things
data member and member function.

Is This Answer Correct ?    14 Yes 0 No

1. Define a class...

Answer / christina

collection of object is known as class

Is This Answer Correct ?    3 Yes 0 No

1. Define a class...

Answer / nature

class is a user defined data type and it is the collection
of element

Is This Answer Correct ?    2 Yes 0 No

1. Define a class...

Answer / bijaya kumar jena

Class is a user defined data type. It is the collection of
data member and member function.

Ex:-
Class Add
{
private:
int n1,n2; //Data member
public:
res() //Member Function
{
cout<<"Result :";
}
}
}

Is This Answer Correct ?    1 Yes 0 No

1. Define a class...

Answer / dom wadegu

A class is an object of interest

Is This Answer Correct ?    0 Yes 0 No

1. Define a class...

Answer / mohamed

class is an object

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is the real time example of encapsulation?

0 Answers  


What are the benefits of interface?

0 Answers  


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


What is destructor give example?

0 Answers  


How long to learn object oriented programming?

0 Answers  






What is the expansion of OOPS?

24 Answers   TCS,


What is constructor overloading in oop?

0 Answers  


what is the function of 'this' operator ?

7 Answers   Wipro,


What are oops methods?

0 Answers  


c++ program to swap the objects of two different classes

0 Answers  


why oops need in programming

7 Answers   TCS,


What is encapsulation c#?

0 Answers  


Categories