AND Overloaded Logical And Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to combine two variables using a logical and operator, and is invoked when you callc = and(a,b)
or for
c = a & b
Section: Object Oriented Programming
c = and(a,b)
or for
c = a & b