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 java and their uses?
What does microservices mean?
What is difference between calling start() and run() method of thread?
Are arrays static in java?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
What are the advantages of arraylist over arrays?
What are different types of references?
Is linkedlist thread safe in java?
What is the public method modifier?
how to identify duplicate values in arraylist
What comes to mind when someone mentions a shallow copy in java?