What is meant by implementing separate interface? In a program they have asked to implement separate interface to print something....What does this mean?
hi!! padmini supose u have to prnt your name and age then use have to create two interfaces to print both of these via using same main class!!
its may also happen without using method overloading....
the program is asking to use more than one interface to print somthing.. instead of using only One interface to declare Methods, u hav to use more than one interface.. for ex: use 3 different interface to print 3 statements.. gud luck...