Answer Posted / ritesh pal
An accessor is a class operation that does not modify the state of an object. The accessor functions need to be declared as const operations
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we assign null to double in java?
What are the advantages of exception handling?
Write a program to print fibonacci series up to count 10.
Can constructor return value?
What is generics in java interview questions?
Write a program to find the whether a number is an Armstrong number or not?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is the use of arraylist class in java?
What do you understand by copy constructor in java?
Does A Class Inherit The Constructors Of Its Superclass?
What do you mean by local class?
What is return code?
Can a class be a super class and a sub-class at the same time? Give example.
What is a ?
What is difference between throw and throws ?