how i can design a user interface in vc++ for getting
inputs from users
While Creating the user interface all the functions should
be public, and all the fuctions are pure virtual functions.
Here is the example code
#define interface struct
interface <inter face name >
{
virtual int add(int x, int y) =0;
};
class A : public <<inter face name>>
{
public:
.
.
int add (int x, int y);
};
int A:: add(int x, int y)
{
return x+y;
}
| Is This Answer Correct ? | 3 Yes | 3 No |
What is microsoft visual c++ 2010 x86 redistributable?
What Is Your Greatest Weakness?
4 Answers Apple, Infosys, IOCL, Servion, TCS, VisionTek,
Can I uninstall visual c++?
What is visual c++ runtime error?
What is visual c++ redistributable?
Explain pointer to the constant and constant pointer?
What is persistence?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
Where can I find microsoft visual c++ on my computer?
What is more efficient to pass as a parameter--a pointer or an object? Why?
What is mfc in vc++?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?