What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / neeraj
16
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is different between oops and c++
What is variable example?
What is data binding in oops?
What is abstraction in oops with example?
What is polymorphism programming?
Why do we use class in oops?
What does it mean when someone says I oop?
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 the difference between encapsulation and polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why is polymorphism needed?
Why is polymorphism important in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are the types of abstraction?