Design Patterns (211)
UML (234)
OOAD (384)
Software Design Tools (25)
Requirements Management (46)
Project Planning (76)
Project Management (435)
Technical Writer (10)
DevOps (119)
MVC Model View Controller (306)
Software Design AllOther (65) If there is a conflict between base class method definition and interface default method definition, which definition is picked?
1 1860Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
1044Can we have a default method definition in the interface without specifying the keyword "default"?
974If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
973
What is Version control and it uses?
All of the following are inputs to the Administrative Closure process except: A. Performance measurement documentation B. Product documentation C. Other project records D. Contract documents
Can a class in java be inherited from more than one class?
Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
Difference between composition and inheritance ?
What is the difference between oop and sop?
What is the prototype design pattern?
What is allowanonymous in mvc?
Define types of file access methods?
What is deployment diagram in UML?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Change control system, configuration management, performance measurement, additional planning, and project management information system are tools and techniques of which process? A. Integrated Change Control B. Scope Change Control C. Schedule change control D. Cost change control
What do you mean by virtual function and virtual classes?
You are a project manager for Cinema Snicker Productions. Your company specializes in producing comedy films for the big screen. Your latest project has just been canceled due to budget cuts. Which of the following is true? A. This project ended due to starvation because the funding was cut off B. This project ended due to integration because the resources were distributed elsewhere C. This project ended due to starvation because the resources were distributed elsewhere D. This project ended due to integration because the funding was cut off
Is mvc architecture or framework?