How many methods do u implement if implement the serializable interface?
Answer / Amit Chandra
None. The Serializable interface in Java is a marker interface, meaning it does not require any implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is virtual function and pure virtual function ?
What is an abstract property. Give an example?
How will you define abstract classes?
What are the features that are provided to make a program modular?
What are manipulators?
What are abstract functions? Why are they used?
What is composition? Explain the purpose of composition.
Explain the purpose of composition.
Explain the different types of constructors
What is data abstraction? what are the three levels of data abstraction with Example?
What is a default method? Why do we need default methods in java 8 interfaces?
What is virtual?