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.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!