Adblocker Detected
Quizack provides Online Quiz and Practice MCQs for Free. Please disable your Ad-Blocker so we can earn from ads and keep this project alive.
Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list
Start Practice with MCQsQuizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.
Start QuizDownload Free .NET Framework MCQ questions answers PDF to practice and learn while are offline.
Download PDF
Used by 100s of Jobseekers and students
Focused questions for skill assessment
Premium questions with correct answers
Many client-specific interfaces are better than one general-purpose interface.
Software entities should be open for extension, but closed for modification.
A class should have only a single responsibility - that is, only changes to one part of the software's specification should be able to affect the specification of the class.
Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.
Answer:
Many client-specific interfaces are better than one general-purpose interface.
You can deliver a faster startup time, especially in big applications where much code executes on startup.
You have a slow processor.
You have little memory and disk space
The JIT compiler does not have to do a lot of disk I/O actions, which are quite expensive.
Answer:
You can deliver a faster startup time, especially in big applications where much code executes on startup.