abstraction

  1. P

    Resolved How to create abstraction of a file which has too many methods

    Hello Everyone, I have one file which is of common method and has too many methods inside a single class file, now I want to create hierarchy so it can be divided further with the help of abstraction, I tried few things but then I got confused on how to access different methods? using Base...
  2. JagpalS

    Abstraction Vs Encapsulation

    I very confused in Abstraction Vs Encapsulation, every explains theoretically different, but i am looking something more practical explanation. As per my understanding if i am creating a method so whatever code i write inside it ,its called encapsulation and if i declare it as private or public...
Back
Top Bottom