Answer:
Know what the code should do
<u>Output:</u>
f1 in A
f2 in A
f1 in B
f2 in A
f1 in A
f2 in A
f1 in B
f2 in B
<u>Explanation:</u>
In this snippet, the code makes use of virtual functions. A virtual function is defined as a function that is defined in the base class and redefined in the derived class. If the derived function accesses the virtual function, the program will get executed with the derived class’s version of the function.
In this code, we define the virtual function f1() in class A and also redefine it in class B which is the derived class of A. While executing the program, the function g which takes the object b (class B’s object) as a parameter. It will print class B’s version of f1() rather than class A’s version. This is working off the virtual function.
I think it’s 5 hope I helped
You can use internal style definitions with the <style> tag:
<style>
body {
color: red;
font-style: italic;
font-size: 12pt;
font-family: Arial;
font-weight: bold;
}
</style>
This gives you red italic text of 12pt using the Arial font.
Answer:
CRT
Explanation:
because this is very comfortable for me