Computer Science, asked by karun5821, 9 months ago

Fill in the blanks:
(a) All members of a class are ..................... by default.
(b) ..................... is an instance of a class.
(c) To define member function outside the class ..................... operator is
used.
(d) Operator : : is known as ..................... operator.
(e) The variables declared inside the class are called as ..................

Answers

Answered by Anonymous43102
0

Answer:

a. private

b. object

c. ::

d. scope resolution

e. data members

Similar questions