Question Detail The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Similar Questions : 1. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 2. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 3. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 4. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 5. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A Read more from - C++ Programming Questions Answers - Set 2