types of computer viruses
1. polymorphic virus
2. worm
3.trojan horse
4.directory virus
5.boot virus
6.directory virus
7. macro virus
8. web scripting virus
9. memory resident virus
10. overwrite virus
11. direct action virus
12. multipartite virus
Answer:
overriding is defining a function in derived class with same name which is already exist in base class.
Explanation:
Override key word is used in DotNet for overriding .It differes from language to language.In c++ no keyword is required for overriding.
#include<iostream.h>
public class BaseClass
{
public :
void print(){
cout<<"print in base class";
}
}
public class DerivedClass : public BaseClass
{
public :
void print(){
cout<<"print in derived class";
}
}
void main(){
BaseClass b=new BaseClass();
b.print();
DerivedClass d=new DerivedClass();
d.print()
}
es el incisob amigo o amiga
Answer:
RAM is random-access memory and it can be removed from the motherboard.
<em>Feel free to mark as brainliest :D</em>
Donna says correct. In a System Restore, the representation of a stored state of the system files in your computer is called restore point. It is use to restore the computer’s system files to an earlier point of time. The user may manually create the restore point, rollback to a restore point, or change the system restore configuration.