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 program to reverse a string using recursive function?

0 Answers   TCS,


What is the oops and benefits of oops programming?

0 Answers  


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


How oops is better than procedural?

0 Answers  


What do we mean by a hidden argument in C++?

1 Answers  






Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION

2 Answers   CTS,


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

0 Answers  


What is polymorphism and why is it important?

0 Answers  


which feature are not hold visual basic of oop?

0 Answers   Ignou,


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


What is conditional Compilation?

3 Answers   emc2, HCL,


Categories