Python Data Science Jobs & Interviews
20.5K subscribers
191 photos
4 videos
25 files
332 links
Your go-to hub for Python and Data Science—featuring questions, answers, quizzes, and interview tips to sharpen your skills and boost your career in the data-driven world.

Admin: @Hussein_Sheikho
Download Telegram
🧠 Quiz: Which keyword is used to implement inheritance between classes in Java?

A) implements
B) extends
C) inherits
D) uses

Correct answer: B

Explanation: In Java, the extends keyword is used to indicate that a class is inheriting from another class, forming an "is-a" relationship. The implements keyword is used for interfaces.

#Java #OOP #Inheritance

━━━━━━━━━━━━━━━
By: @DataScienceQ