Data Members C #257
Data members ________________ (C++)
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Class Members & Types - Object Oriented Programming MCQ: Data Members - Quiz No.1.
Data members ________________ (C++)
Can be initialized with declaration in classes
Can be initialized only with help of constructors
Can be initialized either in declaration or by constructor
Can’t be initialized