Answer Posted / nashiinformaticssolutions
• Private: Members are accessible only within the class.
• Protected: Accessible within the class and derived classes.
• Public: Accessible from outside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a copy constructor and an overloaded assignment operator.
Why is null pointer used?
What is the difference between the compiler and the preprocessor?
What is static class data?
Define vptr.
What is overloading unary operator?
Write a function to find the nth item from the end of a linked list in a single pass.
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
an integer constant must have atleast one a) character b) digit c) decimal point
What is c++ and its features?
What are the effects after calling the delete this operator ?
Can a constructor be private?
What is the difference between map and hashmap in c++?
Explain selection sorting. Also write an example.
What is the header file for setw?