68.4k views
18 votes
Your computer has a single HDD formatted with NTFS with the following data folders: C:\Documents C:\Pictures You create a new child folder under the C:\Documents folder. What term describes the permissions the new folder automatically attains from the C:\Documents folder?

User ADJenks
by
3.4k points

1 Answer

8 votes

Answer:

Inherited Permissions.

Step-by-step explanation:

In object-oriented programming (OOP) language, an object class represents the superclass of every other classes when using a programming language such as Java. The superclass is more or less like a general class in an inheritance hierarchy. Thus, a subclass (child) can inherit the variables or methods of the superclass (parent).

Basically, all instance variables that have been used or declared in any superclass (parent folder) would be present in its subclass object (child folder).

In this scenario, your computer has a single HDD formatted with NTFS with the following data folders: C:\Documents C:\Pictures. You create a new child folder under the C:\Documents folder. Thus, the term which best describes the permissions the new folder automatically attains from the C:\Documents folder is known as inherited permissions.

An inherited permission can be defined as all the permissions or rights that are ascribed or assigned to an object due to the fact that it is a subclass (child) of a superclass (parent) object.

User Blankman
by
3.5k points