How does a C++ structure differ from a C++ class?
No Answer is Posted For this Question
Be the First to Post Answer
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What are guid?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Do you know what is overriding?
What are inline functions?
What is scope of a variable? (LOLZ)
What's the most powerful programming language?
Define vptr.
Why c++ does not have finally?
What is c++ in english?
Explain RAII (Resource Acquisition Is Initialization).
What is the difference between interpreters and compilers?