An empty parameter constructor assigns same value of the sam
     An empty parameter constructor assigns same value of the same objects in class  (a) True  (b) False  Member function defined outside the class can be accessed by Operator (;;)  (a) True  (b) False  A class code can\'t be re used by other programs  (a) True  (b) False  Member functions in a class can be accessed only by objects of class  (a) True  (b) False  Class concept makes the real world problems more complex to solve  (a) True  (b) False  Functions in a class can return maximum one value at one function call  (a) True  (b) False  Objects of a class can access public class data using.  (a) Scope resolution operator (;;)  (b) Dot operator (, )  (c) Both (a) and (b) can be used  (d) None can be used 
  
  Solution
8. False
 Class code is reused in any program
9. True
 Member functions can be accessed by objects only
10. False
 Class concept makes real world problems easier
12. public members of class can be accessed by member access operator (.)

