C#13 Flashcards

1
Q

What is encapsulation in OOP?

A

Encapsulation hides internal implementation details and only exposes necessary functionalities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does inheritance work in OOP?

A

It allows a class to inherit properties and methods from a parent class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define abstraction in OOP.

A

Abstraction simplifies code by hiding complex implementation details.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is polymorphism in OOP?

A

It allows different classes to be treated as instances of the same class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an interface in OOP?

A

A contract defining methods that a class must implement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does AI improve supply chain sustainability?

A

By optimizing resource use, reducing waste, and enhancing efficiency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What ethical concerns arise from AI in supply chains?

A

Bias, transparency, privacy, and compliance with regulations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does AI help in predictive maintenance?

A

By analyzing data to prevent equipment failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the role of blockchain in ethical AI supply chains?

A

It ensures transparency and traceability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does AI improve demand forecasting?

A

By analyzing historical data and predicting future demand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a base class in OOP?

A

A class from which other classes inherit properties and methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an abstract class?

A

A class that cannot be instantiated and must be inherited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the base keyword do in OOP?

A

It allows access to a parent class’s methods and constructors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are virtual methods?

A

Methods in a parent class that can be overridden in a child class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does AI ensure ethical supplier compliance?

A

By monitoring supplier practices using real-time data analytics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is single inheritance in OOP?

A

When a class inherits from only one parent class.

17
Q

How does AI help reduce supply chain emissions?

A

By optimizing logistics and transportation routes.

18
Q

What are access modifiers in OOP?

A

They define the visibility of class members (public, private, protected).

19
Q

What is method overriding in OOP?

A

Redefining a method in a child class that was already defined in the parent class.

20
Q

How does AI support fair labor practices in supply chains?

A

By monitoring working conditions and ensuring compliance with labor laws.