Answer Posted / tagore
OOPS MEANS OBJECT ORIENTED PROGRAMMING SYNOPSIS. . HERE
SYNOPIS NOTHING BUT CONCEPTS.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is the rule of three?
When must you use a pointer rather than a reference?
What is the use of endl in c++?
What happens if a pointer is deleted twice?
Mention the purpose of istream class?
What is the use of ::(scope resolution operator)?
Specify some guidelines that should be followed while overloading operators?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
When should overload new operator on a global basis or a class basis?
What is lambda expression c++?
What is atoi?
What it is and how it might be called (2 methods).
What is the c++ programming language used for?
Why do we use the using declaration?