1.

What Is The Difference Between Struct And Class?

Answer»

There are few DIFFERENCES:

  • All members of STRUCT are public.
  • DEFAULT INHERITANCE for struct is public, where as for class the default inheritance is private.

There are few differences:



Discussion

No Comment Found