Which of the following is correct about class and structure?
Group of answer choices
class data members are public by default while that of structure are private.
Pointer to structure or classes cannot be declared.
class data members are private by default while that of structure are public by default.
class can have member functions while structure cannot