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 the difference between class and structure in C++?

Answers were Sorted based on User's Feedback



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

Answer / pradeepramagiri

class members have the privite access by default where as
structure members have the public access by default

Is This Answer Correct ?    34 Yes 2 No

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

Answer / murali

A class is inhertied to onther class but structure we
cannot inhertied

Is This Answer Correct ?    18 Yes 8 No

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

Answer / balaram singh

1->CLASS IS THE ADT WHERE AS STRUCTURE IS UDT
2->CLASS NEEDS ACCESS SPECIFIER SUCH AS PRIVATE,PUBLIC &
PRIVATE WHERE AS STRUCTURE MEMBERS CAN BE ACCESSED BY
PUBLIC BY DEFAULT & DO'NT NEED ANY ACCESIFIERS.
3->CLAAS IS OOPS WHERE STRUCTURE IS BORROWED FROM
TRADITIONAL STRUCTURED(POP) CONCEPT

Is This Answer Correct ?    13 Yes 4 No

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

Answer / navneet kaur

c is a procedure oriented language but c++ is a object
oriented language.

Is This Answer Correct ?    6 Yes 3 No

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

Answer / vijayendra singh chand

The main difference between class and structure is that
class is reference type whereas structure is value type.

Is This Answer Correct ?    5 Yes 4 No

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

Answer / naveen tuteja

A structure can't contain the static ans constant variable
but a class can contain both.

Is This Answer Correct ?    4 Yes 4 No

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

Answer / naveen tuteja

We can declare a structure without a name tag but we cannot
declare a class without name tag.

Is This Answer Correct ?    4 Yes 4 No

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

Answer / renuka

IN CLASS WE USE BOTH VARIABLE AND FUNCTION OR IN STRUCTURE WE USE VARIABLE ONLY....

Is This Answer Correct ?    3 Yes 3 No

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

Answer / kanak shah

there is vast differece between class and structure in c++
in my view class is class room and structure mean class
room structure.

Is This Answer Correct ?    3 Yes 28 No

Post New Answer

More OOPS Interview Questions

How to improve object oriented design skills?

0 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


what is difference between c++ language and java language

5 Answers  


why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??

1 Answers  


what is runtime polymorphism? For the 5 marks.

3 Answers  


When will a constructor executed?

5 Answers   TCS,


What is protected in oop?

0 Answers  


What is multilevel inheritance in oop?

0 Answers  


Can you explain polymorphism?

0 Answers  


inheritence with example

1 Answers  


What is the difference between the C & C++?

9 Answers   HCL,


What is function overloading?,describe it with the example.

5 Answers  


Categories