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 difference between class and object with example?



What is difference between class and object with example?..

Answer / padmas

Class is the design of a any program structure with name, variables and methods included in it as a group. When any class gets executed at runtime it gets object created equivalently. Such as when a class name is tree, the object it gets created as , tree of any type. if pen is a class, then the object of pen can be, few we name it..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What do you mean by binding of data and functions?

3 Answers  


Get me a number puzzle game-program

0 Answers  


Why do we use virtual functions?

4 Answers  


Why do we need oop?

0 Answers  


Are polymorphisms mutations?

0 Answers  


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

0 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


Plese get me a perfect C++ program for railway/airway reservation with all details.

0 Answers   ITM,


Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?

5 Answers  


what is the difference between class and structure in C++?

9 Answers   Aspire, IBS, TCS,


who is the founder of c++?

15 Answers   Hexaware, ONGC,


what is object slicing?

9 Answers   L&T, Wipro,


Categories