What is a class?

Answers were Sorted based on User's Feedback



What is a class?..

Answer / kumar vishal

In general a class is a group of objects. for example
mango,apple, banana, grapes etc. is a group of fruits.

But in oops concept, a class is a collection of member data
and member function.

Is This Answer Correct ?    22 Yes 1 No

What is a class?..

Answer / madasamy.k

Collection of data members(Varibles) and methods(functions)
is called class

Is This Answer Correct ?    10 Yes 1 No

What is a class?..

Answer / khadeer.k

a class is a collection of objects which contains variables
and functions...

Is This Answer Correct ?    9 Yes 1 No

What is a class?..

Answer / nayan patel

A class is USER DEFINE DATA TYPE.

Is This Answer Correct ?    7 Yes 0 No

What is a class?..

Answer / anandan

the wrapping up of data and functions into a single unit is
defined as the class

Is This Answer Correct ?    9 Yes 5 No

What is a class?..

Answer / ganesh

Class is an user defined datatype where variable and
related code where incorporated

Is This Answer Correct ?    3 Yes 1 No

What is a class?..

Answer / preethi

In object-oriented programming , a class is a template
definition of the method s and variable s in a particular
kind of object . Thus, an object is a specific instance of
a classClass is the Collection of Methods and Datafield, in
other
word we can say class is user defined Data Types
; it contains real values instead of variables

Is This Answer Correct ?    3 Yes 1 No

What is a class?..

Answer / kiran kumar.b

a class is a logical existence of a data containing data
variables and member functions having relations between
them.

Is This Answer Correct ?    3 Yes 2 No

What is a class?..

Answer / k.premalatha

class is a generalisation or mould or template of an object.

Is This Answer Correct ?    2 Yes 1 No

What is a class?..

Answer / laxman

class is a collection of object.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

Is react oop?

0 Answers  


why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


What is a macro? And how is a macro same as a template?

4 Answers  


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,






what is the difference between virtual function and destoctor?

1 Answers  


Is data hiding and abstraction same?

0 Answers  


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


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

0 Answers  


how to swap the variables without using temp and operators

1 Answers  


Why do we use oops?

0 Answers  


What is object and example?

0 Answers  


Categories