how does a main() in C++ is different from main() in C?
Answer Posted / shivam
in c++ this approach is based on the concept of clint server model . the class definition including the member functions cositute the server that provides services to the main() main function program in c the program starts from main()
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can inline function declare in private part of class?
Why is oop useful?
what's the basic's in dot net
Explain virtual inheritance?
Which is not an object oriented programming language?
What is constructor in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
• What are the desirable attributes for memory managment?
What is the main feature of oop?
What is object and class in oops?
What is abstraction in oops with example?
officer say me - i am offered to a smoking , then what can you say
when to use 'mutable' keyword and when to use 'const cast' in c++
What is an example of genetic polymorphism?