Answer:
Option(D) is the correct answer to the given question .
Explanation:
The main objective of graphic design entrepreneur is to design the animation such as company logos, booklets, product labeling ,etc .The graphic designers are also operated independently that is it designing the products for the business customers, marketing firms, newspapers ,public affairs firms and etc.
- With the help of hiring designers for work then the steve wants to be a good graphic design businessman and get success in life .
- All the other option are not correct for the design for graphics that's why these are incorrect option .
Answer:
The correct answer for the given question is "public"
Explanation:
The access modifier of constructor is public,private ,protected.
The access modifier of constructor should be public because to access the constructor outside the class .
Constructor can be called anywhere in program by using public access modifier .
The default access modifier in a class is public.
In the private access modifier constructor cannot be called anywhere in program.
We use public keyword to declared public constructor .
We use private keywors to declared private constructor.
Following are example to declared public and private constructor
class test
{
public test() // to declared public constructor
{
// statement
}
private test() // to declared private constructor
{
// statement
}
}
Answer:
Volume Mixer window
allows a user to control the
volume of the computer.