what is the C++
Answer / atasi jena
c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.
| Is This Answer Correct ? | 11 Yes | 0 No |
what is upcasting in C++?
What is helper in c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
Can you please explain the difference between using macro and inline functions?
What is the extraction operator and what does it do?
What is the v-ptr?
Can member data be public?
Define a nested class.
What is a storage class?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Write about the various sections of the executable image?
Which of the following operator cannot be overloaded?