Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a class?

Answers were Sorted based on User's Feedback



What is a class?..

Answer / pawan

class is describe all the attributes and behavior of
object.it is a blueprint of object.

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / lilly

A class is a logical abstraction, but an object has
physical existence. It is used to define the nature of an
object, and it is a basic unit of encapsulation which links
code and data together.

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / anjana priyadharshini

Class:
Class is a instance of object.

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / teja

class is nothing but a collection of variables n member
functions.
Syntax :
class class name
{
------------
-----------
}

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / ashish

Class is a blue print for the objects,suppose take ana
example of bicycle there r 100's of bicycles of same type
having all the characterstic same but still v have
catagorised them in a single catagory bicycle......
so it may aslo be defined as collection of several objects
having same functionality is called class

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / poornima.r

class is a set of object

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / satish varma

"The process of binding data members an associated methods
in a single unit.This single unit is called class"

The concept of class is always used for developing
user/programmer defined data types

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / prakash

A Class is a blue print from which individual objects are
created.

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / srinivas

collection of objects is called class
Ex:
1.table
2.vehcile......

Is This Answer Correct ?    0 Yes 0 No

What is a class?..

Answer / ramu.m

In OOPS, a class is the defination of an object.The class
can contain both the charactertics and function of the
object.Simply we say it contains member variables and
member function.It is a well defined object

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

What are the three main types of variables?

0 Answers  


string is a class or data type in java?

3 Answers  


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


what is a virtual class?

5 Answers   Cap Gemini, IBM, Infosys, Trinity Technologies,


what is the main difference between sizeof() operator in c and c++

3 Answers  


what is overloading

3 Answers   MindCracker,


What are benefits of oop?

0 Answers  


What are the components of marker interface?

0 Answers  


Which language is pure oop?

0 Answers  


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


Why polymorphism is used in oops?

0 Answers  


What is a class?

32 Answers   Infosys, TCS, Thylak,


Categories