What is inheritance? What are advantages of it? Explain how multilevel inheritance is implemented in java with the help of an example.
See Answer →
Explain use of InputSteam and OutputStream classes with the help of examples.
See Answer →Write a java program to find simple interest and compound interest. Define proper class and methods in your program.
See Answer →
Explain use of abstract class in Java programming. What is abstract method? Explain with example.
See Answer →
What is a class? How a class is different from object? Explain need of private access specifiers in java with example program.
See Answer →
What is object-oriented programming? What are its advantages? Explain Java is platform independent.
See Answer →
Describe the guidelines for the bar code system in compliance with the BMWM Rules 2016, as amended
See Answer →
. Explain the process of authorisation under the BMWM Rules, 2016 as amended.
See Answer →
Enumerate some major and minor accidents with respect to health care waste management.
See Answer →. Describe the duties of a waste management officer.
See Answer →
. Describe how a waste audit helps in planning a health care waste management system.
See Answer →
Write a short note on the recent developments in the area of finding minimum cost spanning trees.
See Answer →We can test whether a node 'm' is a proper ancestor of a node 'n' by testing whether' m' precedes 'n' in X-order but follows'n' in Y-order, where X and Y are chosen from (pre, post, in). Determine all those pairs X and Y for which this statement holds.
See Answer →
For each of the Singly Linked List, Circularly Singly Linked List, Doubly Linked List, Circularly Doubly Linked List, write one application that is exclusively suitable for that list. For example, X may be an application for whose implementation, only Circularly Singly Linked List is suitable and others are not suitable. Justify your answer.
See Answer →Write an algorithm and a program in ‘C’ language to insert and delete edges in an adjacency list representation of an undirected graph. Make assumptions, if necessary.
See Answer →Write an algorithm and program in ‘C’ language to merge two sorted linked lists. The resultant linked list should be sorted.
See Answer →