
How composition and inheritance work for types | Smart Go
Interactive Video
•
Architecture, Information Technology (IT)
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary mechanism Go uses instead of inheritance?
Composition
Polymorphism
Abstraction
Encapsulation
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the example provided, what additional field does the 'Actor' struct have besides 'Person'?
IMDb
Age
Role
Salary
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does Go determine which method to invoke when a struct is composed of another struct?
It randomly chooses a method
It invokes the method of the inner struct if it exists
It always invokes the method of the outer struct
It requires explicit method calls
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of creating an interface in Go?
To define a new data type
To allow functions to operate on multiple types
To enforce data encapsulation
To improve code readability
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What must a function in Go do to operate on different types using an interface?
Change its return type
Accept any type as input
Use type assertions
Implement the interface methods
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?