Answer Posted / hr@tgksolutions.com
• 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
Define upcasting.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
how to connect with oracle 9i with server in socket program in c/c++
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Which c++ operator cannot overload?
Difference between pointer to constant vs. Pointer constant
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is oops in c++?
What are the benefits of operator overloading?
Explain the register storage classes in c++.
What is iterator in c++?
what kind of projects are suitable for c and c++
Explain pass by value and pass by reference.
Explain how to initialize a const member data.
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num