Difference between Overloading and Overriding?

Answer Posted / akash monga

c++ found in 1970 to 1979 by bjarne and is also known as c with classes.and c is derived in 1965 to 1969 by dennis ritchard

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a recursive program to calculate factorial in c++.

605


Does std endl flush?

606


Explain mutable storage class specifier.

622


How do you remove an element from a set in c++?

578


Differentiate between an inspector and a mutator ?

701






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.

1740


how to explain our contribution in the project?

3075


What does the nocreate and noreplace flag ensure when they are used for opening a file?

676


What are the rules about using an underscore in a c++ identifier?

632


How do you define a class in c++?

639


What is the difference between global variables and static varables?

565


write a function signature with various number of parameters.

561


What is the type of 'this' pointer? When does it get created?

542


Should the this pointer can be used in the constructor?

551


What is null and void pointer?

590