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 difference b/w object based and object oriented programming language?

18 Answers   Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,


What is constructor overloading in oop?

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,


Difference between realloc() and free?

9 Answers   HP,


Why multiple inheritance is not possible?

0 Answers  






Can static class have constructor?

0 Answers  


namespace is working on which compiler?

3 Answers  


What is polymorphism programming?

0 Answers  


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


i got a backdoor offer in process global,Bangalore..Can i work with it?

0 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


Categories