Answer Posted / kiran
In Java,since every statement is written under some class( including main()), we can call-it pure o-o. But, Smalltalk is the language that is pure o-o than java
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should the register modifier be used? Does it really help?
What is the difference between fread buffer() and fwrite buffer()?
Why c is procedure oriented?
Write a program to print all permutations of a given string.
What is huge pointer in c?
Array is an lvalue or not?
#include
Why c is called object oriented language?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is a macro, and explain how do you use it?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How would you rename a function in C?
Can a variable be both static and volatile in c?
What is a union?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist