We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Java Method Overriding 2 (Super Keyword)
Java Method Overriding 2 (Super Keyword)
Sort by
recency
|
117 Discussions
|
Please Login in order to post a comment
Every unwanted message or notification that reaches your phone consumes a bit of data. Over time, dealing with unwanted contacts and managing notifications can add up to significant data usage. By filtering out spam and limiting the number of notifications you receive, What Spam helps reduce your data usage. This feature can be particularly beneficial for people on limited data plans, as it allows them to use their mobile data more effectively for essential purposes rather than on spam notifications.
working code :-
`
String temp=super.define_me();
Solution :- String temp=super.define_me();
i think we sould call here==> String temp=define_me(); method of the parent class instead of the method of child class to be like this ==> String temp=super.define_me();