Answer Posted / abhinav singh
object oriented programming system(software)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can member functions be private?
Where can I run c++ program?
What is a float in c++?
What is stack unwinding?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Write about c++ storage classes?
What are the two main components of c++?
Is python better than c++?
How are Structure passing and returning implemented by the compiler?
Why is c++ called oops?
Define pure virtual function?
what is data abstraction in C++?
What does it mean to declare a member function as static?
Is c++ a good first language to learn?
What is functions syntax in c++?