What is data abstraction? How is it different from data encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Differentiate between the message and method?
write infinite loop in C++ which does not use any variable or constant?
How new/delete differs from malloc()/free?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Define linked lists with the help of an example.
Can a program run without main?
write the programme that convert a interger to biniry number
Which c++ operator cannot overload?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
How do I make turbo c++ full screen?
what are the events occur in intr activated on interrupt vector table