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
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What is the header file for setw?
Briefly describe a B+ tree. What is bulk loading in it?
When should I use unitbuf flag?
Define macro.
What is protected inheritance?
Is c++ vector dynamic?
describe private access specifiers?
What is the difference between the parameter to a template and the parameter to a function?
What is pointer with example?
What gives the current position of the put pointer?
What are the advantages of c++? Explain
What is the difference between structures and unions?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is endl?