-
Can static class be inherited in super class? If so how. What are the various types of OOPS in Dot Net architecture?What is the method that is used in Dot Net (like top-down, water fall)
Can static class be inherited in super class? If so how. What are the various types of OOPS in Dot Net architecture?What is the method that is used in Dot Net (like top-down, water fall)
-
What do you mean by authentication and authorization?
Authentication is the process of validating a user on the credentials (username and password) and authorization performs after authentication. After Authentication a user will be verified for performing the various tasks, It access is limited it is known as authorization.