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?

Answer Posted / anjana priyadharshini

Class:
Class is a instance of object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism give a real life example?

1078


What is abstraction with example?

1171


is there any choice in opting subjects like 4 out of 7

2242


How is polymorphism achieved?

1112


What is destructor example?

1117


Can we define a class within the interface?

1100


What is encapsulation process?

1106


can we make game by using c

4221


write knight tour problem which is present in datastructure

2716


What are the 3 pillars of oop?

1245


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

2595


What is an interface in oop?

1091


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2343


when to use 'mutable' keyword and when to use 'const cast' in c++

2218


What is super in oop?

1260