how many types of notations are in java
inheritence with example
How would you stop a class from class from being derived or inherited.
What is meant by oops concept?
Write a program to get the binary tree.
What is the differances between a abstract calss and interface
Where is pseudocode used?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
What is an example of genetic polymorphism?
Why do we use encapsulation in oops?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
why the memory allocated with new cant be freed using free()
Why is destructor used?