Write about c++ storage classes?
No Answer is Posted For this Question
Be the First to Post Answer
How does code-bloating occur in c++?
What is java and c++?
Why was c++ made?
What is array in c++ example?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Write about the local class and mention its use?
What is function overriding in c++?
In a function declaration, what does extern mean?
Is c++ a difficult language?
How many lines of code you have written for a single program?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;