Question: solve all and writing answer which one true * We create our implementation of List that shuffles the elements each time of the new element

* We create our implementation of List that shuffles the elements each time of the new element added. What SOLID principle was ?violated Non of SOLID principles was violated. It's ok. Open closed Principle Single Responsibility Principle Liskov substitution Principle Interface Segregation Principle Dependency Inversion Principle * We created vary huge class that do many different functions from converting data from files to perform calculation logic. What SOLID ?principle was violated most of all Liskov substitution Principle Single Responsibility Principle Interface Segregation Principle Dependency Inversion Principle Open closed Principle * What is true about Protected accessibility ?modifiers No restrictions on accessing members Limited access within a class definition, if none is specified then this is the default. Access is limited to within class definition and any class that inherits from the class. Access is limited exclusively to the classes defined by the current project Member can be accessed anywhere in the same assembly * We create our implementation of List that shuffles the elements each time of the new element added. What SOLID principle was ?violated Non of SOLID principles was violated. It's ok. Open closed Principle Single Responsibility Principle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
