Answer:
i like you dont give a frick bout yo bf come on lets link do what i do i can beat it up with no hands
Explanation:
What are you trying to say?
Answer:
Answer C
Explanation:
Static NAT creates a fixed translation of private addresses to public addresses. The main difference between dynamic NAT and static NAT is that static NAT allows a remote host to initiate a connection to a translated host if an access list exists that allows it, while dynamic NAT does not.
Answer:
the first one is A
the second question is B,C,F
Explanation:edg2020
Answer:
The languages C++, Java, Python are Object Oriented Programming languages. What this means is that we create classes and then instantiate those classes. In C++ and Java, we use the new operator to instantiate the classes. So, if we want to display some data when we try to print the instance just like we print the variables of data types like int, double, string etc, we need to define what we need to display. It is because, class are just like data types like int, double etc. But as they are defined by the developer according to his/her needs, so the developer has to define what to print when they are printed.