Home » C# Programming » Classes and Objects

Which of the following statements are correct? Data members ofa class are by default public. Data members of a class are by default private. Member functions of a class are by default public. A private function of a class can access a public function within the same class. Member function of a class are by default private.

Correct Answer: 2, 4, 5

← Previous Question Next Question→

More Questions from Classes and Objects

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion