Quote Originally Posted by Abhishek Chauhan View Post
1. In classes the default scope is private whereas in structures u have public.equir

2.Also u can define the scope according to is requiremeuctunts in claasses.

3. In classes u can create fn nd methods which is not so in d case of structures.

4.You cn also do operator overloading in case of classes which is not so in d case of structures.

5.Various other object - oriented features are found in classes and not in structures wherin u can create objects which is not possible in structures.
  1. Correct. Don't forget about inheritance as well.
  2. What are you trying to say?
  3. Wrong.
  4. Wrong.
  5. Wrong.

In short, see my previous post.