問題詳情
74. Object-oriented programming (OOP) is a programming paradigm based on the conceptof objects, which can contain data and methods. Which of the following properties isnot an OOP feature?
(A) Encapsulation.
(B) Type Casting.
(C) Inheritance.
(D) Polymorphism
參考答案