What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
}
what is difference between thread and programme.
what is graphics
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
Difference between realloc() and free?
What is R T T I ?
Have you ever used threads?
Name an advantage of linked list over array?
What is a class oop?
What is class in oop with example?
Why oops is important?
What exactly is polymorphism?
explain the concepts of oops?