What is the difference between public, private, protected
inheritance?
Answer Posted / sehrish
in private inheritance the private public and protected membrs are inaccessible
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is c++ built on c?
What is exception handling? Does c++ support exception handling?
How would you obtain segment and offset addresses from a far address of a memory location?
Is dev c++ a good compiler?
What is a rooted hierarchy?
Write a Program for find and replace a character in a string.
Is it possible to get the source code back from binary file?
Give 10 points of differences between C & C++.
What is the best c++ book for beginners?
Which software is best for coding?
What is function overloading c++?
Which is best ide for c++?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
A prime number is a number which is divisible only by itself
and 1. Examples of the first few primes are 2, 3, 5, 7, 11.
Consider writing a program which can generate prime numbers
for you. Your program should read in and set a maximum prime
to generate and a minimum number to start with when looking
for primes.
This program should be able to perform the following tasks:
1. Read the maximum number from user (keyboard input) to
look for primes. The program should not return any primes
greater than this number.
2. Read the minimum number from user (keyboard input) to
look for primes. The program should not return any primes
less than this number.
3. Generate and print out every prime number between the
maximum prime and minimum number specified by the user. List different attributes in C++?