What is a class?

Answers were Sorted based on User's Feedback



What is a class?..

Answer / kalpana.t

class is a template that combines both data and function
into a single unit.

Is This Answer Correct ?    2 Yes 1 No

What is a class?..

Answer / amanpreet kaur

class is a object and object contain data and functions.

Is This Answer Correct ?    1 Yes 0 No

What is a class?..

Answer / vijai prakash maurya

Class is the Collection of Methods and Datafield, in other
word we can say class is user defined Data Types

Is This Answer Correct ?    1 Yes 1 No

What is a class?..

Answer / rajeshkannan.g

A class is a set of objects.

Is This Answer Correct ?    2 Yes 2 No

What is a class?..

Answer / g.rajesh kannan from ccet

a class is a set of objects.

Is This Answer Correct ?    1 Yes 1 No

What is a class?..

Answer / hima

A class is a template or a blueprint of a user-defined type
which can contain data and methods.

Is This Answer Correct ?    1 Yes 1 No

What is a class?..

Answer / veera theavn.m

A class is group of logically related data item.It has
function of properties and methods.

A class is a blue print of objects.

Is This Answer Correct ?    1 Yes 1 No

What is a class?..

Answer / priya

class is a collecetion of data members and member
functions .it is also a user defined data type...

Is This Answer Correct ?    2 Yes 2 No

What is a class?..

Answer / apurva jain

A class is a logical Representation of Objects and Methods.
IT is also a User Defined Datatype.

Is This Answer Correct ?    1 Yes 1 No

What is a class?..

Answer / ranveer singh

class is caintener that cantain user defind
data(varible)and fuction
as
class ranveer
{ variable x , y;
.......
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

write a c++ code of diagonal matrix.

2 Answers  


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


Why is oop useful?

0 Answers  


what are the ways in which a constructors can be called?

2 Answers   TCS,


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  






Have you ever used threads?

3 Answers   Adobe, IBM,


What is abstraction in oops?

0 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


write a C++ program for booking using constructor and destructor.

0 Answers   HAL,


What polymorphism means?

0 Answers  


What is new keyword in oops?

0 Answers  


What makes a language oop?

0 Answers  


Categories