Answer Posted / sruthi
Objects are Instances of a Class,And Class is an Collection
of Objets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include iostream h in c++?
Is there finally in c++?
Name four predefined macros.
In a function declaration, what does extern mean?
What is ios flag in c++?
What is object file? How can you access object file?
Explain the term memory alignment?
What is the difference between public and private data members?
Can constructor be private in c++?
What is :: operator in c++?
Write about a nested class and mention its use?
What is static function? Explain with an example
What is the difference between public, private, and protected access?
Give an example of run-time polymorphism/virtual functions.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.