What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / tandoor
16
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism what is it for and how is it used?
What is the point of oop?
What is abstraction oop?
What is constructor in oop?
What is multilevel inheritance in oop?
class type to basic type conversion
What is the difference between inheritance and polymorphism?
What is the example of polymorphism?
What is stream in oop?
Get me an image implementation program.
What is class and object with example?
Is oop better than procedural?
What is constructor overloading in oop?
Why is abstraction needed?