Definition of class?

Answer Posted / vadivel

A Class is a blueprint of object.

or

class are units of code and data, which can be used as
block boxs(called object).

Object:- Instance of class is called object.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is map sorted c++?

507


Can we inherit constructor in c++?

582


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

582


What is public, protected, private in c++?

644


What is function overloading in C++?

721






Is c++ an integer?

569


What are the benefits of c++?

565


Write about the scope resolution operator?

608


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

5891


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

672


How come you find out if a linked-list is a cycle or not?

567


Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

556


Differentiate between a pointer and a reference with respect to c++.

694


Is c++ built on c?

556


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2241