when asub class inherits a super class and overrides a
public method of super class in sub class(public method in
super class).
why these methods needs to be public in sub class.
(otherwise compile time error).
How to know the host from which Applet is originated?
62
what is difference between jboss and weblogic
530
what is JTS?
60
The new features of the JDBC 2.0 API, will be supported for
JDBC-ODBC Bridge?
121
What is the main functionality of RRL(Remote Reference
Layer)?
118
Explain about thread synchronization inside a monitor?
82
Difference between a Canvas and a Scroll Pane?.
11
there are 67 seats in train . there are only 5 seats in a
row and in last row there are only 2 seats. One person can
reseve only 5 seat at a time. If person reserving seat ,
the care is atken that he may get all in row. if seats are
not available in row then the arrangement is so that person
group get nearby seats. the following class is given public
class seat { char name; int seat; boolean isSeatempty }
1.Draw require class digram and object diagram. 2.Write
function seatallot(int noofperson) to allocate seat with
seat nuber printed for the each name.