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...


explain defference between structure and class with example

Answers were Sorted based on User's Feedback



explain defference between structure and class with example..

Answer / maheshkumar eaga

In structure By default data members are public
In class By default data members are private

Is This Answer Correct ?    3 Yes 0 No

explain defference between structure and class with example..

Answer / padmas

The structure, data type available in C is defined as Class in C plus plus. Where the data member variables in structure are accessible by all functions, methods. In Class the data variables and methods are encapsulated in one class with explicit accessible feature as public or private to protect the data. the data can also be protected with protect feature which is not available in structure data type. the only difference is data protection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Which language is not a true object oriented programming language?

0 Answers  


Write pseudo code for push in a stack?

2 Answers   emc2,


Can destructor be overloaded?

0 Answers  


what is namespace? what are the uses of namespace?

1 Answers  


Why is there no multiple inheritance?

0 Answers  


why we are declare the function in the abstract class even though we are declaring it in Derived class?

1 Answers   TCS,


What is overriding in oop?

0 Answers  


What is a friend function & its advantage?

1 Answers   MIT,


what is difference between c++ language and java language

5 Answers  


3. Differentiate verification and validation.

1 Answers  


Get me a number puzzle game-program

0 Answers  


Where is pseudocode used?

0 Answers  


Categories