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 are the 3 principles of oop?

0 Answers  


Please send ford technologies placement paper 2 my mail id

0 Answers  


i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????

3 Answers   Infosys,


what is function overloading..?

4 Answers  


officer say me - i am offered to a smoking , then what can you say

0 Answers  






Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.

2 Answers  


What is the point of polymorphism?

0 Answers  


Polymorphism with an example?

8 Answers   Accenture, emc2,


What do you mean by binding of data and functions?

3 Answers  


What is variable example?

0 Answers  


what is difference between class template and template class?

0 Answers  


features of OOPS

22 Answers   Ness Technologies, Satyam,


Categories