Interview Questions And Answers

Q: - What is the Double LinkedList?

Double Linked List is that each data item in the list can point both side(next or previous)data item.

Submitted By:-Deepak            Email-ID: - deepakrana336@gmail.com

Q: - Can we write a program with out using main() function?

No

Submitted By:-Deepak            Email-ID: - deepakrana336@gmail.com

Q: - Explain “method”?

A Method is a programmed procedure. It is defined as part of a class also included in any object of that class. Class can have more than one methods. It can be re-used in multiple objects.

Submitted By:-Deepak            Email-ID: - deepakrana336@gmail.com