Sort by

recency

|

117 Discussions

|

  • + 0 comments

    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.

  • + 0 comments

    working code :-

    String temp=super.define_me();
             BiCycle b=new BiCycle();
             b.define_me(); 
    

    `

  • + 0 comments

    String temp=super.define_me();

  • + 0 comments

    Solution :- String temp=super.define_me();

  • + 0 comments

    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();