in my project architecture, I have created a project and included 3 other class library projects and a class is inheriting from other library class.
[ex. model class is inherited in DAL (DataAccess layer), and DAL is further inherited in BAL (BusinessAcess layer)]
then my question is what are the advantages and disadvantages of this architecture?
or
should I create an instance of the class and then call its method when required?

Jaish MathewsPosted Apr 19, 2020, 12:49 AM
Rajanikant HawaldarPosted Apr 19, 2020, 12:24 AM
Ankit RawatPosted Apr 18, 2020, 10:50 PM
Rajanikant HawaldarPosted Apr 18, 2020, 8:14 AM