Answer Posted / pranita yadav
An operator is asymbolthat tells computer to perform
certain mathematical or logical manipulation.Operator are
used in program to manipulate data and program.operator
perfom two or more operand and show the output only one
operand.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What data structures are used to perform recursion?
What are keywords give examples?
Why is stringbuffer faster than string?
Why char array is preferred over string for storing password?
Why put method is idempotent?
When should I use singleton pattern?
How does java pattern compile work?
Is object a data type in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is jdbc api?
Explain method overloading?
What is a "pure virtual" member function?
What happens to a static var that is defined within a method of a class?
Can we use a default constructor of a class even if an explicit constructor is defined?
What defines function?