Dependency Injection

  • In dependency injection, resources needed by components are set by initializing code external to the component.
  • We need to provide setter and getter methods of resource or initialize it in constructor

No comments:

Post a Comment

Recursion

Q What do you understand by a Recursive  Programme? Recursion Is the process of repeating items in a self similar way. In programming langua...