Difference between Abstraction and encapsulation in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer with example?
what is data encapsulation in C++?
What is the fastest c++ compiler?
What is the return value of the insertion operator?
Do you know the use of vtable?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Why do we use double in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is c++ library?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Give an example of run-time polymorphism/virtual functions.