Q1. Tick the correct answer :-
(1) C++ a variable is declared it can be used.
(a) end (b) before
(c) middle (d) None of these
(2) The connection of various devices is called
(a) chatting (b) networking
(c) Internet (d) video conferencing
(3) Technorati is a special blog search.
(a) website (b) engine
(c) tool (d) browser
(4) We should not violate any
(a) use (b) rules
(c) companion (d) data
(5) How many options are there in free transfarm tool?
(a) One (b) Two
(c) Three (d) Four
Answers
Answer:
In C++, the declaration of functions and variables are collectively called …….
A) class members
B) function members
C) object members
D) member variables
2. The keywords private and public used in C++ are known as ………….
A) keyword labels
B) visibility labels
C) declaration labels
D) display labels
3. The variables declared inside the class are known as data members and functions are known as ………….
A) data functions
B) inline functions
C) member functions
D) member variables
4. Only the …………………. can have access to private members and private functions.
A) data functions
B) inline functions
C) member functions
D) member variables
5. The binding of data and functions together into a single class-type variable is referred to as …………..
A) encapsulation
B)
C)
D)