Object of different type are treated as a part of the same base class
int add(int a,int b)
{
return (a+b);
}
float add(float a , float b)
{
return (a+b);
}
Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.
No comments:
Post a Comment