Describe functional overloading?

Answer Posted / vignesh

c consists of both object oriented and function oriented
but whereas java consists of only object oriented language

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the five basic elements of a c++ program?

690


What is == in programming?

702


Are php strings immutable?

671


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3134


Why use of template is better than a base class?

733






Why c++ is the best language?

687


What is a tuple c++?

637


What is a storage class used in c++?

710


Explain mutable storage class specifier.

736


What is code reusability in c++?

776


Explain the difference between overloading and overriding?

724


What is the protected keyword used for?

724


What can I use instead of namespace std?

739


List down the guideline that should be followed while using friend function.

729


Describe the advantages of operator overloading?

669