What is an accessor?
Answer / 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 |
What is the format of Inner Class after it compiled?
Explain the difference between static and dynamic binding in java?
What are 4 pillers of object orinted programming?
Can a top level class be private or protected?
Why put method is used?
What is the difference between heap memory and stack memory?
List two java ide’s?
Define inheritance?
What are the steps involved to create a bean?
Which class is the immediate superclass of the Container class?
How to create a custom exception?
Why cant we define System.out.println() inside a class directly?