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 format for defining a structure?
Do vectors start at 0?
What is an adaptor class in c++?
What is an iterator class in c++?
Are strings immutable in c++?
What is the sequence of destruction of local objects?
Define the process of handling in case of destructor failure?
Is structure can be inherited?
Write syntax to define friend functions in C++.
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
Which one between if-else and switch is more efficient?
Will this c++ program execute or not?