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
What are the five basic elements of a c++ program?
What is == in programming?
Are php strings immutable?
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
Why use of template is better than a base class?
Why c++ is the best language?
What is a tuple c++?
What is a storage class used in c++?
Explain mutable storage class specifier.
What is code reusability in c++?
Explain the difference between overloading and overriding?
What is the protected keyword used for?
What can I use instead of namespace std?
List down the guideline that should be followed while using friend function.
Describe the advantages of operator overloading?