Answer Posted / sharad
c is structured programming language, but c++ is object
oriented language.c support the local variable but c++
support the global variable through (sro).in c change the
constant value through pointer but not in c++. in c declare
the method before executable statement but in c++ declare
any where.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of inheritance in c++?
What is else syntax in c++?
How are Structure passing and returning implemented by the compiler?
How is static data member similar to a global variable?
Explain what data encapsulation is in c++?
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
What is a binary file? List the merits and demerits of the binary file usagein C++.
Explain the static member function.
How can you say that a template is better than a base class?
Is c++ a float?
When should overload new operator on a global basis or a class basis?
Write about the use of the virtual destructor?
What are the classes in c++?
Explain function overloading and operator overloading.
When does a 'this' pointer get created?