I want a program for Interface, the Question is:
Define an interface "StackOpertations" which declares methods for a static stack. Define a class "MyStack" which contains an array and top as data members and implements the above interface. Initialize the stack using a constructor. Write a menu driven program to perform opertions on a stack objects?
where is the object q is used in this programraman April 20, 2012 at 2:38 PM
where is the object q is used in this program? Plz explain
New to javaJyoti August 12, 2012 at 6:31 PM
I want a program for Interface, the Question is: Define an interface "StackOpertations" which declares methods for a static stack. Define a class "MyStack" which contains an array and top as data members and implements the above interface. Initialize the stack using a constructor. Write a menu driven program to perform opertions on a stack objects?
Post your Comment