Get me an image implementation program.
No Answer is Posted For this Question
Be the First to Post Answer
What is interface in oop?
How to deploy web appliction in web logic ?
Can java compiler skips any statement during compilation time?
How is polymorphism achieved?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
what is single inheritance?
what is the use of classes in c++;
Write a c++ program to display pass and fail for three student using static member function
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
difine hierarchical inheritance.