Answer Posted / ayesha
!
Logical NOT
&
Address-of
~
One's complement
*
Pointer dereference
+
Unary plus
++
Increment
–
Unary negation
––
Decrement
conversion operators
conversion operators
Of the operators shown in preceding table, the postfix
increment and decrement operators (++ and ––) are treated
separately in Increment and Decrement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between inheritance and polymorphism?
What is polymorphism give a real life example?
How is polymorphism achieved?
What are oops methods?
Get me an image implementation program.
What are the benefits of polymorphism?
What is the point of oop?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is abstraction in oops with example?
What is the difference between inheritance and polymorphism?
What is the importance of oop?
What is inheritance write a program to show use of inheritance?
what is the sylabus for priliminaries?
Why oops is important?
What are the 4 pillars of oop?