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

How do c++ struct differs from the c++ class?

594


Define whitespace in C++.

758


Write a function to find the nth item from the end of a linked list in a single pass.

571


What are the important differences between c++ and java?

606


Why struct is used in c++?

624






What are the basics of local (auto) objects?

634


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

622


Differentiate between a constructor and a destructor in c++.

573


Explain virtual class and friend class.

605


What is else syntax in c++?

642


What is a Default constructor?

924


What is istream c++?

575


What are inline functions? What is the syntax for defining an inline function?

583


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3064


What is private public protected in c++?

555