Answer Posted / aatish maskariya
c++ supports one more type of variable called reference
variable.In addition to pointer variable and value variable
of creference variable behaves similar to both vaule
variable and pointer variable.reference variable has all
acces that variable has.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How can we make string upper case or lower case?
Can we call the constructor of a class more than once for an object?
How to Sort Strings which are given in List and display in ascending order without using java api.
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Explain the difference between association, aggregation and inheritance relationships.
What is appletviewer?
What is final access modifier in java?
What is meant by class?
Is set ordered?
What is dynamic binding(late binding)?
What is void in java?
What is scope of a variable?
Explain wrapper classes in java?
What is main method?
What is dot operator?