Q. Which feature allows defining class-level methods? (A) static (B) global (C) const (D) private ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) static Explanation: Static methods are bound to the class, not instances.