CSE MCQs :: C++ - MCQs
- Which other keywords are also used to declare the class other than class?
- Which of the following is a valid class declaration?
- The fields in the class in c++ program are by default
- Constructors are used to
- When struct is used instead of the keyword class means, what will happen in the program?
- Which class is used to design the base class?