gs gs111 OOps Access Specifiers - OOPs MCQ: Private Access Specifier - Quiz No.1

gs gs111 OOP Object Oriented Programming Java Quiz

Online Quizzes Preparation

This quiz belongs to book/course code gs gs111 OOP Object Oriented Programming Java of gs organization. We have 178 quizzes available related to the book/course OOP Object Oriented Programming Java. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic OOps Access Specifiers. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.

NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.

Question 2: Which among the following is correct for the code given below?

 class student { private: student() { } public : student( int x) { marks =x; } }; 
Question 3: Which among the following is true for the code given below?

 class A { private : int marks; char name[20]; public : A(int x=100) { marks=x; } }; 
Question 4: Which among the following is correct to call a private member from outside the class?
Question 5: If private members have to be accessed directly from outside the class but the access specifier must not be changed, what should be done?
Question 7: Choose the correct option for the code given below.
class A{ static int c=0; public: A(){ c++; } };
Question 8: Which option is false for the following code?

 class A { private : int sum(int x, int y) { return x+y; } public: A() { } A(int x, int y) { cout<<sum(x,y); } }; 


Online Quizzes of gs111 OOP Object Oriented Programming Java

Other LANG related online quizzes

Other categories of gs Online Quizzes

Other organizations

Theme Customizer

Gaussian Texture



Gradient Background