C#13 Flashcards
What is encapsulation in OOP?
Encapsulation hides internal implementation details and only exposes necessary functionalities.
How does inheritance work in OOP?
It allows a class to inherit properties and methods from a parent class.
Define abstraction in OOP.
Abstraction simplifies code by hiding complex implementation details.
What is polymorphism in OOP?
It allows different classes to be treated as instances of the same class.
What is an interface in OOP?
A contract defining methods that a class must implement.
How does AI improve supply chain sustainability?
By optimizing resource use, reducing waste, and enhancing efficiency.
What ethical concerns arise from AI in supply chains?
Bias, transparency, privacy, and compliance with regulations.
How does AI help in predictive maintenance?
By analyzing data to prevent equipment failures.
What is the role of blockchain in ethical AI supply chains?
It ensures transparency and traceability.
How does AI improve demand forecasting?
By analyzing historical data and predicting future demand.
What is a base class in OOP?
A class from which other classes inherit properties and methods.
What is an abstract class?
A class that cannot be instantiated and must be inherited.
What does the base keyword do in OOP?
It allows access to a parent class’s methods and constructors.
What are virtual methods?
Methods in a parent class that can be overridden in a child class.
How does AI ensure ethical supplier compliance?
By monitoring supplier practices using real-time data analytics.
What is single inheritance in OOP?
When a class inherits from only one parent class.
How does AI help reduce supply chain emissions?
By optimizing logistics and transportation routes.
What are access modifiers in OOP?
They define the visibility of class members (public, private, protected).
What is method overriding in OOP?
Redefining a method in a child class that was already defined in the parent class.
How does AI support fair labor practices in supply chains?
By monitoring working conditions and ensuring compliance with labor laws.